@font-face {
    font-family: 'HELVETICABOLD';
    src: url('../font/HELVETICABOLD.eot');
    src:
    url('../font/HELVETICABOLD.eot?#font-spider') format('embedded-opentype'),
    url('../font/HELVETICABOLD.woff') format('woff'),
    url('../font/HELVETICABOLD.ttf') format('truetype'),
    url('../font/HELVETICABOLD.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelNarrow';
    src: url('../font/HelNarrow.eot');
    src:
    url('../font/HelNarrow.eot?#font-spider') format('embedded-opentype'),
    url('../font/HelNarrow.woff') format('woff'),
    url('../font/HelNarrow.ttf') format('truetype'),
    url('../font/HelNarrow.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@charset "utf-8";
/* 初始化CSS */
*{margin:0; padding:0;}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:bold;}
fieldset, img{border:none; vertical-align:middle;}
address, caption, cite, code, dfn, th, var{font-style:normal; font-weight:normal;}
ul, ol{list-style:none;}
li{list-style-type:none;}
input{padding-top:0; padding-bottom:0; font-family: "Microsoft Yahei","SimSun",Arial,sans-serif;}
select, input{vertical-align:middle;}
select, input, textarea{ margin:0; font-size:12px;}
input[type="text"], input[type="password"], textarea{outline-style:none;}
textarea{font-family: "Microsoft Yahei","SimSun",Arial,sans-serif; resize:none;}
body{font:12px "Microsoft Yahei","SimSun",Arial,sans-serif; color:#333; background:#fff;}
a{text-decoration:none; color:inherit;}
i, em{ font-style:normal;}
.clearfix:after{ display:block; visibility:hidden; clear:both; height:0; content:"";}
.clearfix{zoom:1;}
.fl{ float:left;}
.fr{ float:right;}
.auto{ margin-left:auto; margin-right:auto;}

/*html5*/
article,aside,footer,header,section,footer,nav,figure,main{display:block}

/*小号文字  scale以12号字体为基准 需写实际字号大小*/
.font_adjust{-webkit-text-size-adjust:none;}
.font_scale8{ -webkit-transform: scale(0.66);}
.font_scale10{ -webkit-transform: scale(0.83);}
.font_lc{-webkit-transform-origin:left center;}
.font_rc{-webkit-transform-origin:right center;}
.font_up{text-transform:uppercase;}

/*文字截断*/
.TXTovehid{display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

/*transition*/
.tran200{-webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -ms-transition:all 0.2s linear; transition:all 0.2s linear;}
.tran300{-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.tran400{-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; -ms-transition:all 0.4s linear; transition:all 0.4s linear;}
.tran500{-webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; -ms-transition:all 0.5s linear; transition:all 0.5s linear;}
.tran1000{-webkit-transition:all 1s linear; -moz-transition:all 1s linear; -ms-transition:all 1s linear; transition:all 1s linear;}

.scaleimg:hover img,.scaleimg:hover .pic em{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.rotateY:hover{ -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); }
.translateX:hover{-webkit-transform:translateX(-6px); -moz-transform: translateX(6px); -ms-transform:translateX(-6px); transform:translateX(-6px);}

/*网页限定宽度*/
.w1200{width: 1200px;margin: 0 auto;}

input[type="submit"],input[type="reset"],select,button{-webkit-appearance:none;appearance:none; }

*:before,*:after{-webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;}

.cd-popup { position: fixed; left: 0; top: 0;right: 0;bottom: 0; height: 100%; width: 100%;background: url(../images/grayBg.png) repeat;visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 9999;  opacity: 0;}
.cd-popup.is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s; }
.cd-popup-container { position: relative; height: 36px; padding: 40px; background: #fff; width: 60%; margin: 0 auto; top: 50%; margin-top: -58px; background: #FFF; border-radius: .4rem .4rem .4rem .4rem; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); -webkit-backface-visibility: hidden; -webkit-transition-property: -webkit-transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.is-visible .cd-popup-container { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.hidden_search .text { width: 100%; height: 20px; padding: 8px 0; font-size: 14px; color: #444;background: none;border:none;font-family: "Microsoft Yahei";}
.hidden_search .btn { display: block; background: url(../images/search_icon.jpg) no-repeat center center; position: absolute; right: 0; top: 0; height: 36px; width: 36px; text-indent: -999em;border:none;cursor: pointer;}
.hidden_search .search_wrap { border: 1px solid #e4eaec; border-radius: 20px; position: relative; padding-right: 56px; padding-left: 20px; height: 36px; }
.hidden_search .close_btn { position: absolute; right: 0; top: 0; padding: 10px; width: 22px; height: 22px; -webkit-transition: 0.5s; transition: 0.5s; }
.hidden_search .close_btn:after, .hidden_search .close_btn:before { background: #cccccc; width: 20px; height: 3px; display: block; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; content: ""; position: absolute; left: 10px; top: 11px; }
.hidden_search .close_btn:before { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.hidden_search .close_btn:after { -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); top: 26px; }
.hidden_search .close_btn:hover:after, .hidden_search .close_btn:hover:before { background: #19408c;}

.header .menuIcon{width: 24px;cursor: pointer;display: none;position: absolute;right: 5%;top:50%;
-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);}
.header .menuIcon span{display: block;height: 3px;background: #14907E;margin-top: 5px;position: relative;}
.header .menuIcon span:first-child{margin-top: 0;}

.navForm{background: #fff;border-radius: 3px;}
.navForm .text{width: 80%;height: 32px;border:none;background: none;font-size: 14px;color: #555;line-height: 32px;text-indent: 8px;}
.navForm .subm{width: 20%;height: 32px;border:none;background: url(../images/search_icon.jpg) no-repeat center;cursor: pointer;}
.mm-listview > li.nBorder:not(.mm-divider):after{display:none;}

.header{background: #fff url(../images/headerBg.jpg) no-repeat center;position: relative;width: 100%;}
.header .logo{height: 104px;line-height: 104px;font-size: 0;}
.header .searchWrap{padding-top: 26px;width: 300px;}
.header .searchWrap .form .text{width: 259px;height: 38px;border:1px solid #e2e0e0;border-right: none;background: none;height: 38px;line-height: 38px;text-indent: 10px;font-size: 14px;color: #333;}
.header .searchWrap .form .subm{width: 40px;height: 40px;border:none;background: #14907E url(../images/searchBtn.png) no-repeat center;cursor: pointer;
-webkit-appearance:none;appearance:none;}
.header .searchWrap .form .subm:hover{background-color: #02563e;}
.header .searchWrap .keyword a{padding: 0 10px;position: relative;height: 34px;line-height: 34px;font-size: 12px;color: #666666;}
.header .searchWrap .keyword a:before{content: "";width: 1px;height: 13px;background: #c3c3c3;position: absolute;left: 0;top:50%;margin-top: -6px;}
.header .searchWrap .keyword a:first-child:before{display: none;}
.header .searchWrap .keyword a:hover{color: #14907E;}

.navWrap{height: 60px;position: relative;}
.nav{background: #14907E;position: relative;z-index: 99999;width: 100%;}
.nav .nLi{position: relative;text-align: center;}
.nav .nLi:before{content: "";width: 100%;height: 100%;background: #35786E;position: absolute;left: 0;top:0;
transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.nav .nLi h3 a{display: block;height: 60px;line-height: 60px;font-size: 16px;color: #ffffff;padding: 0 54px;position: relative;z-index: 3;}
.nav .nLi .navSub{width: 100%;position: absolute;left: 0;top:60px;background: #14907E;display: none;}
.nav .nLi .navSub li a{display: block;font-size: 14px;color: #fff;line-height: 24px;padding: 8px 5px;}
.nav .nLi .navSub li a:hover{background: #35786E;}
.nav .nLi:hover:before,.nav .nLi.on:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}
.nav.fixed{position: fixed;left: 0;top:0;z-index: 999999;}


.banner{width: 100%;position: relative;overflow: hidden;}
.banner .swiper-slide a{display: block;width: 100%;height: 0;padding-bottom: 500px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.banner .swiper-pagination{bottom: 30px;height: 16px;line-height: 16px;}
.banner .swiper-pagination .swiper-pagination-bullet{width: 16px;height: 16px;background: #ffffff;margin: 0 5px;opacity: 1;text-align: center;line-height: 16px;font-size: 12px;font-family: "Arial";color: #333;}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #14907E;color: #fff;}


.isect1{padding: 17px 0 29px;background: #efefef;}
.isect1 .isect1_1{width: 40%;}
.isect1 .isect1_1 .iNotice{padding-left: 25px;background: url(../images/noticeIcon.png) no-repeat left center;}
.isect1 .isect1_1 .iNotice .container{width: 100%;position: relative;overflow: hidden;}
.isect1 .isect1_1 .iNotice .container .swiper-slide a{display: block;width: 100%;padding-right: 19px;position: relative;height: 47px;line-height: 47px;font-size: 14px;color: #333333;}
.isect1 .isect1_1 .iNotice .container .swiper-slide a:before{content: "";width: 2px;height: 15px;background: #bdbdbd;position: absolute;right: 0;top:50%;margin-top: -7px;}
.isect1 .isect1_1 .iNotice .container .swiper-slide a:hover{color: #14907E;}
.isect1 .isect1_1 .remBus .tit{height: 48px;line-height: 48px;font-size: 16px;color: #333333;font-weight: normal;}
.isect1 .isect1_1 .remBus .cont a{height: 32px;line-height: 32px;font-size: 14px;color: #333333;position: relative;margin-right: 36px;}
.isect1 .isect1_1 .remBus .cont a:before{content: "";width: 2px;height: 15px;background: #a9a9a9;position: absolute;right: -19px;top:50%;margin-top: -6px;}
.isect1 .isect1_1 .remBus .cont a:hover{color: #14907E;}
.isect1 .isect1_1 .remBus .cont a.last{margin-right: 0;}
.isect1 .isect1_1 .remBus .cont a.last:before{display: none;}


.isect1 .isect1_1 .remBus .cont a:hover{color: #02563e;}
.isect1 .isect1_2{padding-top: 13px;text-align: center;}
.isect1 .isect1_2 li{margin-left: 68px;}
.isect1 .isect1_2 li:first-child{margin-left: 0;}
.isect1 .isect1_2 li a{display: block;text-align: center;}
.isect1 .isect1_2 li a img{height: 62px;line-height: 62px;margin-bottom: 8px;}
.isect1 .isect1_2 li a p{font-size: 16px;line-height: 24px;color: #333333;}
.isect1 .isect1_2 li a:hover p{color: #14907E;}
.isect1 .isect1_2 li a:hover img{-webkit-animation: swing 0.8s linear; animation: swing 0.8s linear;}
@-webkit-keyframes swing {
	20% { -webkit-transform: rotate3d(0, 0, 1, 30deg); }
	40% { -webkit-transform: rotate3d(0, 0, 1, -20deg); }
	60% { -webkit-transform: rotate3d(0, 0, 1, 5deg);}
	80% { -webkit-transform: rotate3d(0, 0, 1, -5deg);}
	100% { -webkit-transform: rotate3d(0, 0, 1, 0deg);}
}
@keyframes swing {
	20% {transform: rotate3d(0, 0, 1, 30deg) }
	40% {transform: rotate3d(0, 0, 1, -20deg) }
	60% {transform: rotate3d(0, 0, 1, 5deg) }
	80% {transform: rotate3d(0, 0, 1, -5deg) }
	100% {transform: rotate3d(0, 0, 1, 0deg) }
}

.ititle{font-size: 24px;line-height: 84px;color: #333333;}
.ititle h3{font-weight: normal;}

.imore{font-size: 14px;color: #666666;}
.imore:hover{color: #14907E;}

.list{}
.list li a{display: block;height: 34px;line-height: 34px;padding: 0 80px 0 13px;position: relative;}
.list li a:before{content: "";width: 4px;height: 4px;position: absolute;left: 0;top:50%;margin-top: -1px;background: #39706d;border-radius: 50%;}
.list li a span{position: absolute;right: 0;top:0;font-size: 12px;color: #999999;}
.list li a h5{width: 100%;font-size: 14px;color: #444444;font-weight: normal;}
.list li a:hover:before{width: 12px;height: 2px;margin-top: 0;border-radius: 0;}
.list li a:hover h5{color: #14907E;padding-left: 12px;}


.isect2{padding: 0 0 50px;}
.isect2 .ititle .tabs li{margin-left: 57px;position: relative;}
.isect2 .ititle .tabs li:first-child{margin-left: 0;}
.isect2 .ititle .tabs li:before{content: "";width: 1px;height: 22px;background: #c8c8c8;position: absolute;left: -29px;top:50%;margin-top: -11px;}
.isect2 .ititle .tabs li:first-child:before{display: none;}
.isect2 .ititle .tabs li.active a{color: #14907E;}
.isect2 .ititle .imore2{display: none;}

.isect2 .swiper-container{width: 100%;overflow: hidden;}
.isect2 .swiper-container .innerScroll{width: 49.17%;position: relative;overflow: hidden;}
.isect2 .swiper-container .innerScroll .swiper-slide a{display: block;overflow: hidden;position: relative;height: 0;padding-bottom: 360px;}
.isect2 .swiper-container .innerScroll .swiper-slide a em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect2 .swiper-container .innerScroll .swiper-slide a h5{height: 64px;width: 100%;position: absolute;left: 0;bottom: 0;z-index: 2;box-sizing: border-box;padding: 0 90px 0 30px;
background: rgba(0,0,0,0.6);font-size: 18px;color: #ffffff;line-height: 64px;}
.isect2 .swiper-container .innerScroll .swiper-pagination{left: auto;right: 15px;bottom: 27px;height: 9px;line-height: 9px;width: auto;text-align: left;}
.isect2 .swiper-container .innerScroll .swiper-pagination .swiper-pagination-bullet{width: 9px;height: 9px;opacity: 1;background: #ffffff;margin: 0 12px 0 0;}
.isect2 .swiper-container .innerScroll .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #f7e906;}
.isect2 .swiper-container .listWrap{width: 48.17%;margin-top: -11px;}
.isect2 .swiper-container .listWrap .list:first-child{padding-bottom: 15px;border-bottom: 1px solid #e9e9e9;margin-bottom: 17px;}

.isect3{padding: 10px 0 5px;background: #efefef;}
.isect3 .item{width: 49.17%;height: 438px;background: #ffffff;box-sizing: border-box;padding: 0 30px;}
.isect3 .item .tit{height: 86px;line-height: 86px;font-size: 20px;color: #333333;font-weight: normal;}
.isect3 .item .recomNews{margin-bottom: 30px;}
.isect3 .item .recomNews a{display: block;height: 116px;padding-left: 200px;position: relative;}
.isect3 .item .recomNews a .pic{width: 170px;height: 116px;position: absolute;overflow: hidden;left: 0;top:0;}
.isect3 .item .recomNews a .pic em,
.isect3 .item .recomNews a .pic b{position: absolute;left: 0;top:0;width: 100%;height: 100%;}
.isect3 .item .recomNews a .pic em{background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect3 .item .recomNews a .pic b{background: rgba(0,0,0,0.4);opacity: 0;}
.isect3 .item .recomNews a p{font-size: 14px;line-height: 24px;color: #666666;max-height: 96px;overflow: hidden;padding-top: 4px;}
.isect3 .item .recomNews a:hover .pic b{opacity: 1;}
.isect3 .item .recomNews a:hover p{color: #444;}

.isect3 .item .tabs{height: 55px;border-top: 1px solid #eae6e6;border-bottom: 1px solid #eae6e6;margin-bottom: 15px;
font-size: 16px;color: #666666;line-height: 55px;}
.isect3 .item .tabs li{margin-left: 35px;position: relative;}
.isect3 .item .tabs li:first-child{margin-left: 0;}
.isect3 .item .tabs li:before{content: "";width: 100%;height: 3px;background: #14907E;position: absolute;left: 0;bottom: -1px;z-index: 2;
transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.isect3 .item .tabs li a{display: block;}
.isect3 .item .tabs li.active:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}
.isect3 .item .tabs li.active a{color: #14907E;font-weight: bold;}
.isect3 .item .swiper-container{width: 100%;overflow: hidden;}
.isect3 .item .swiper-container .list li a{padding-right: 0;}
.isect3 .item .swiper-container .swiper-slide p{font-size:14px;color:#444444;line-height:34px;max-height:102px;}

.isect4{padding: 0 0 54px;background: #efefef;}
.isect4 .cont{padding: 31px 30px 44px;background: #ffffff;}
.isect4 .cont .tabs{padding-bottom: 30px;border-bottom: 1px solid #e1e1e1;margin-bottom: 29px;}
.isect4 .cont .tabs ul li{height: 40px;padding: 0 25px;margin-left: 5px;font-size: 16px;color: #333333;cursor: pointer;line-height: 40px;}
.isect4 .cont .tabs ul li:first-child{margin-left: 0;}
.isect4 .cont .tabs ul li.active{background: #14907E;color: #fff;}
.isect4 .cont .tabs .btn{height: 40px;line-height: 40px;font-size: 14px;color: #555555;padding-right: 25px;position: relative;cursor: pointer;}
.isect4 .cont .tabs .btn i{width: 14px;height: 14px;border:1px solid #14907E;position: absolute;right: 0;top:50%;margin-top: -8px;
/*background: url(../images/decIcon.png) no-repeat center;*/text-align: center;font-size: 16px;color:  #14907E;line-height: 12px;}
.isect4 .cont .tabs .btn.btn2{display: none;}
.isect4 .cont .tabs .btn.btn2 i{/*background: url(../images/addIcon.png) no-repeat center;*/ line-height: 13px;}
.isect4 .cont .tabs .btn:hover{color: #14907E;}
.isect4 .cont .tableWrap{padding-right: 285px;position: relative;overflow: hidden;}
.isect4 .cont .tableWrap .table{width: 255px;position: absolute;right: 0;top:0;}
.isect4 .cont .tableWrap .table .tit{height: 64px;line-height: 64px;background: #23b389;font-size: 14px;color: #ffffff;font-weight: bold;text-align: center;}
.isect4 .cont .tableWrap .table .tabCont{height: 477px;border:1px solid #e3e1e1;background: #efefef;}
.isect4 .cont .tableWrap .table .tabCont dl dt{padding: 0 29px;height: 58px;line-height: 58px;font-size: 16px;color: #333333;font-weight: bold;}
.isect4 .cont .tableWrap .table .tabCont dl dd{height: 50px;box-sizing: border-box;border-bottom:1px solid #e3e1e1;
text-align: center;font-size: 14px;color: #555555;line-height: 48px;}
.isect4 .cont .tableWrap .table .tabCont dl dd span{width: 50%;box-sizing: border-box;background: #fff;height: 49px;}
.isect4 .cont .tableWrap .table .tabCont dl dd span:first-child{border-right: 1px solid #e3e1e1;}
.isect4 .cont .tableWrap .container{width: 100%;height: 547px;position: relative;overflow: hidden;}
.isect4 .cont .tableWrap .container .swiper-slide{position: absolute;left: 0;top:0;width: 100%;height: 100%;overflow: hidden;display: none;background: #fff;}
.isect4 .cont .tableWrap .container .swiper-slide:first-child{display: block;}
.isect4 .cont .tableWrap .container .swiper-slide img,
.isect4 .cont .tableWrap .container .swiper-slide iframe{width: 100%;height: 100%;}
.isect4 .cont .tableWrap .container .innerContainer{width: 100%;height: 100%;}

.isect4 .cont .tableWrap .container .btnWrap{position: absolute;right: 9px;bottom: 15px;z-index: 99;}
.isect4 .cont .tableWrap .container .btnWrap span{height: 32px;margin-left: 5px;background: #555555;font-size: 12px;line-height: 30px;color: #fff;padding: 0 15px;cursor: pointer;}
.isect4 .cont .tableWrap .container .btnWrap span.on,.isect4 .cont .tableWrap .container .btnWrap span:hover{background: #14907E;}
.isect4 .cont .tableWrap .container .btnWrap span:first-child{display: none;}


.isect4 .cont .tableWrap.hide{padding-right: 0;}
.isect4 .cont .tableWrap.hide .table{right: -255px;}


.isect5{padding: 8px 0 19px;}
.isect5 .isect5Scroll{width: 100%;overflow: hidden;box-sizing: border-box;padding: 0 2px;}
.isect5 .isect5Scroll .swiper-slide a{display: block;margin-left: -1px;text-align: center;}
.isect5 .isect5Scroll .swiper-slide a .pic{height: 88px;border:1px solid #e3e1e1;line-height: 88px;font-size: 0;}
.isect5 .isect5Scroll .swiper-slide a .pic img{max-width: 80%;max-height: 80%;}
.isect5 .isect5Scroll .swiper-slide a h5{height: 54px;line-height: 54px;font-size: 14px;color: #555555;font-weight: normal;}
.isect5 .isect5Scroll .swiper-slide a:hover h5{color: #14907E;}

.isect6{padding: 10px 0 40px;background: #efefef;}
.isect6 ul{margin-top: -8px;}
.isect6 ul li{width: 25%;font-size: 14px;line-height: 30px;color: #666666;}
.isect6 ul li a:hover{color: #14907E;}

.footer{padding: 50px 0 63px;background: #14907E;color: #ffffff;font-size: 14px;line-height: 24px;}
.footer .fContact{width: 27.5%;}
.footer .fContact .tel{min-height: 48px;padding-left: 60px;background: url(../images/telIcon.png) no-repeat left top;margin-bottom: 10px;}
.footer .fContact .tel p{font-size: 14px;line-height: 16px;}
.footer .fContact .tel h5{font-size: 24px;line-height: 41px;font-family: "HELVETICABOLD";}
.footer .fNav{padding: 13px 17px 17px 100px;border-left: 1px solid #1c7f63;border-right: 1px solid #1c7f63;box-sizing: border-box;width: 45.25%;}
.footer .fNav li{width: 33.3%;}
.footer .fNav li a{display: inline-block;*display: inline;*zoom: 1;font-size: 14px;line-height: 30px;color: #ffffff;}
.footer .fNav li a:hover{text-decoration: underline;}
.footer .qrcode p{width: 44px;height: 108px;box-sizing: border-box;padding: 10px 15px 0 15px;text-align: center;line-height: 14px;background: rgba(255,255,255,0.1);}
.footer .qrcode img{width: 108px;height: 108px;}

.fBtm{padding: 13px 0;background: #14907E;font-size: 14px;line-height: 24px;color: #ffffff;}
.fBtm a:hover{text-decoration: underline;}

.float{position: fixed;right: 0;top:30%;z-index: 999999;width: 50px;top: 500px;}
.float ul li{margin-bottom: 5px;position: relative;cursor: pointer;}
.float ul li a{display: block;width: 100%;height: 50px;background: #cacaca url(../images/floatIcon.png) no-repeat left top;position: relative;z-index: 2;}
.float ul li:hover a{background-color: #14907E;}
.float ul li.li2 a{background-position: left -50px;}
.float ul li.li3 a{background-position: left -100px;}
.float ul li.li4 a{background-position: left -150px;}
.float ul li p{height: 50px;width: 130px;background: #fff;background: #14907E;font-size: 14px;color: #fff;line-height: 50px;text-indent: 12px;font-family: "HELVETICABOLD";
position: absolute;right: -130px;top:0;}
.float ul li:hover p{right: 50px;}
.float ul li .codeImg{position: absolute;right: 50px;padding-right: 12px;display: none;top:50%;margin-top: -54px;}
.float ul li .codeImg:before{content: "";    width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;
border-left:10px solid #eee;position: absolute;right:3px;top:50%;margin-top: -10px;}
.float ul li .codeImg .pic{width: 100px;height: 100px;padding: 4px;background: #eee;}
.float ul li .codeImg .pic img{width: 100%;height: 100%;}


.nyBanner{width: 100%;height: 280px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.nyBanner .w1200{padding-top: 55px;}
.nyBanner .w1200 h3{font-size: 34px;line-height: 52px;color: #ffffff;font-weight: normal;}
.nyBanner .w1200 .path{padding-left: 27px;background: url(../images/pathIcon.png) no-repeat left center;font-size: 14px;line-height: 40px;color: #ffffff;}
.nyBanner .w1200 .path span{margin: 0 6px;}
.nyBanner .w1200 .path a:hover{text-decoration: underline;}


body.grayBg{background: #efefef;}

.nyWrap{padding-bottom: 53px;position: relative;z-index: 3;margin-top: -78px;}
.nySide{width: 20%;background: #ffffff;padding-bottom: 214px;}
.nySide .title{border-top: 4px solid #14907E;height: 74px;padding: 0 20px 0 29px;background: url(../images/nySideBg.png) no-repeat center bottom;
font-size: 22px;color: #14907E;line-height: 74px;}
.nySide .nLi{border-bottom: 1px solid #eae6e6;}
.nySide .nLi h3 a{display: block;height: 54px;padding: 0 22px 0 44px;position: relative;font-size: 16px;color: #333333;line-height: 54px;font-weight: normal;}
.nySide .nLi h3 a:before{content: "";width: 4px;height: 4px;background: #2a8cac;border-radius: 50%;position: absolute;left: 30px;top:26px;}
.nySide .nLi.on{border-color: #14907E;}
.nySide .nLi.hasNav.on{border-color: #eae6e6;}
.nySide .nLi.on h3 a{background: #14907E;color: #ffffff;font-weight: bold;}
.nySide .nLi.on h3 a:before{background: #fff;}
.nySide .nLi:hover h3 a{color: #14907E;text-decoration: underline;}
.nySide .nLi.on:hover h3 a{color: #fff;text-decoration: none;}
.nySide .nLi.hasNav:hover h3 a{text-decoration: none;}
.nySide .nLi .navSub{display: none;}
.nySide .nLi .navSub ul{background: #eef9fc;padding: 10px 10px 30px 44px;}
.nySide .nLi .navSub ul li a{display: block;font-size: 14px;line-height: 36px;color: #333333;}
.nySide .nLi .navSub ul li a:hover,.nySide .nLi .navSub ul li.on a{color: #14907E;color: #23b389;}

.nyContent{width: 78.333%;box-sizing: border-box;padding: 0 30px 57px;background: #ffffff;min-height: 650px;}
.nyContent .nyTitle{font-size: 24px;color: #333333;font-weight: normal;line-height: 76px;border-bottom: 1px solid #eae6e6;margin-bottom: 35px;text-transform: uppercase;}

.recomNews{margin-bottom: 39px;}
.recomNews a{display: block;background: #f5f4f4;}
.recomNews a .pic{width: 50%;position: relative;overflow: hidden;}
.recomNews a .pic em{display: block;width: 100%;height: 0;padding-bottom: 60.909%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.recomNews a .pic b{position: absolute;left: 0;top:0;width: 100%;height: 100%;background: rgba(0,0,0,0.4);opacity: 0;}
.recomNews a .text{width: 50%;box-sizing: border-box;padding: 40px 30px 0;}
.recomNews a .text h5{padding-right: 40px;font-size: 24px;line-height: 36px;color: #14907E;max-height: 72px;overflow: hidden;}
.recomNews a .text span{display: block;font-size: 12px;color: #888888;line-height: 48px;margin-bottom: 10px;}
.recomNews a .text p{font-size: 14px;line-height: 24px;color: #666666;max-height: 48px;overflow: hidden;}
.recomNews a:hover .pic b{opacity: 1;}
.recomNews a:hover{background: #f0f0f0;}

.newsList{padding-bottom: 11px;}
.newsList li{padding-bottom: 20px;border-bottom: 1px dashed #c6c6c6;margin-bottom: 20px;}
.newsList li a{display: block;height: 100px;padding-left: 162px;position: relative;}
.newsList li a .pic{width: 134px;height: 100px;position: absolute;left: 0;top:0;overflow: hidden;}
.newsList li a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.newsList li a .pic b{position: absolute;left: 0;top:0;width: 100%;height: 100%;background: rgba(0,0,0,0.4);opacity: 0;}
.newsList li a .tit{line-height: 25px;padding-right: 100px;position: relative;margin-bottom: 11px;}
.newsList li a .tit span{position: absolute;right: 0;top:0;font-size: 12px;color: #888888;}
.newsList li a .tit h5{font-size: 18px;color: #333333;font-weight: normal;}
.newsList li a p{font-size: 14px;line-height: 24px;color: #888888;height: 48px;overflow: hidden;}
.newsList li a:hover .pic b{opacity: 1;}
.newsList li a:hover .tit h5{color: #14907E;}


.pageStyle{font-size: 15px;line-height: 30px;color: #555555;}
.pageStyle *{max-width: 100% !important;}
.pageStyle  img{height: auto !important;}

/*.pageStyle ul{list-style: disc;}
.pageStyle li{list-style: disc;}*/


.pServePage .tit{font-size: 24px;line-height: 36px;color: #14907E;padding-left: 50px;font-weight: normal;position: relative;margin-bottom: 16px;}
.pServePage .tit div{width: 36px;line-height: 36px;position: absolute;left: 0;top:0;background: #43caa3;border-radius: 50%;text-align: center;line-height: 36px;font-family: "Arial";font-size: 18px;color: #ffffff;}
.pServePage .tit div i{width:0;height:0;border-width:6px 0 6px 9px;border-style:solid;border-color:transparent transparent transparent #43caa3;
position: absolute;right: -7px;top:50%;margin-top: -6px;}
.pServePage .cont{margin-bottom: 40px;}
.pServePage3 .tit{font-size: 18px;color: #555555;line-height: 18px;margin-bottom: 30px;text-transform: uppercase;}

.quesList{padding-bottom: 40px;border-bottom: 2px solid #e0dfdf;margin: -15px 0 4px;}
.quesList .qList{padding-bottom: 30px;}
.quesList .qList .nLi .dt{padding: 14px 0 17px 36px;position: relative;border-bottom: 1px dashed #c1c1c1;cursor: pointer;
font-size: 15px;color: #333333;line-height: 24px;}
.quesList .qList .nLi .icon{width: 27px;height: 24px;padding-bottom: 1px;position: absolute;left: 0;top:0;text-align: center;height: 24px;line-height: 22px;font-size: 16px;color: #ffffff;font-family: "HELVETICABOLD";}
.quesList .qList .nLi .dt .icon{background: url(../images/quesIcon.png) no-repeat center;top:14px;top:17px;}
.quesList .qList .nLi .dt em{position:absolute;right:0;font-size:12px;}
.quesList .qList .nLi .dt em:after{content:'>';font-family:simsun;padding-left:10px;}
.quesList .qList .nLi .dd{background: #f4f4f4;padding: 26px 20px 40px;font-size: 14px;line-height: 24px;color: #555555;display: none;padding-right:30px;}
.quesList .qList .nLi .dd .cont{padding-left: 36px;position: relative;}
.quesList .qList .nLi .dd .cont .icon{top:0;background: url(../images/answerIcon.png) no-repeat center;}
.quesList .qList .nLi:hover .dt{color: #14907E;}

.msgWrap{padding-top: 6px;border-top: 1px solid #e0dfdf;}
.msgWrap .tit{font-size: 20px;line-height: 74px;color: #14907E;}
.nyMsg .formItem{margin-bottom: 19px;box-sizing: border-box;padding-left: 82px;position: relative;width: 47.5%;}
.nyMsg .formItem label{position: absolute;left: 0;top:0;font-size: 15px;line-height: 42px;color: #444444;}
.nyMsg .formItem label span{letter-spacing: 28px;}
.nyMsg .formItem .text,.nyMsg .formItem select,.nyMsg .formItem textarea{width: 100%;height: 42px;box-sizing: border-box;border:1px solid #d5d5d5;padding: 0 12px;font-size: 14px;color: #222;line-height: 40px;}
.nyMsg .formItem select{padding: 0 10px;}
.nyMsg .formItem textarea{height: 102px;overflow: auto;}
.nyMsg .formItem .text.codeTxt{width: 70%;}
.nyMsg .formItem .codePic{width: 30%;box-sizing: border-box;border:1px solid #d5d5d5;border-left: none;height: 42px;}
.nyMsg .formItem .codePic img{width: 100%;height: 100%;cursor: pointer;}


.nyMsg .formItem.w100p{width: 100%;}
.nyMsg .formItem .btn{width: 116px;height: 40px;border:none;background: #14907E;text-align: center;line-height: 40px;font-size: 18px;color: #ffffff;font-weight: bold;cursor: pointer;margin-right: 15px;}
.nyMsg .formItem .btn.reset{background: #757575;}
.nyMsg .formItem .btn:hover{background: #035c42;}

.caseList{position: relative;}
.caseList:before{content: "";width: 1px;height: 100%;background: #d7d5d5;position: absolute;left: 72px;top:0;}
.caseList .nLi{margin-top: 51px;padding-left: 106px;position: relative;min-height: 24px;}
.caseList .nLi:first-child{margin-top: 0;}
.caseList .nLi .date{position: absolute;left: 0;top:0;font-size: 18px;color: #14907E;line-height: 20px;font-weight: bold;}
.caseList .nLi .dot{width: 18px;height: 18px;position: absolute;top:0;left: 64px;z-index: 2;background: url(../images/dot.png) no-repeat center;}
.caseList .nLi .dl{margin-top: 31px;}
.caseList .nLi .dl:first-child{margin-top: 0;}
.caseList .nLi .dl .dt{width: 15.5%;margin-right: 2%;}
.caseList .nLi .dl .dt img{width: 100%;}
.caseList .nLi .dl .dd{width: 82.5%;font-size: 15px;color: #555555;line-height: 30px;margin-top: -4px;}

.pServePage1{margin-top: -8px;}

.devolopList.caseList .nLi{margin-top: 32px;}
.devolopList.caseList .nLi .cont{position: relative;top:-8px;display: none;}
.devolopList.caseList .nLi .cont ul{list-style: disc;}
.devolopList.caseList .nLi .cont li{list-style: disc;}
.devolopList.caseList .nLi .inner .li{margin-top: 10px;}
.devolopList.caseList .nLi .inner .li:first-child{margin-top: 0;}
.devolopList.caseList .nLi .date{cursor: pointer;}
.devolopList.caseList .nLi:first-child .cont{display: block;}


.orgList ul{padding-bottom: 10px;}
.orgList ul li{margin-bottom: 31px;}
.orgList ul li a{display: block;height: 100px;padding-left: 162px;position: relative;}
.orgList ul li a .pic{width: 132px;height: 98px;border:1px solid #e3e1e1;text-align: center;line-height: 98px;font-size: 0;position: absolute;left: 0;top:0;}
.orgList ul li a .pic img{max-width: 90%;max-height: 70%;}
.orgList ul li a h5{font-size: 18px;color: #333333;font-weight: normal;line-height: 20px;margin-bottom: 10px;}
.orgList ul li a p{font-size: 14px;line-height: 24px;color: #666666;height: 48px;overflow: hidden;}
.orgList ul li a:hover h5{color: #14907E;}

.mApply{margin-top: -8px;}
.mApply .step{padding: 30px 0 46px;}
.mApply .step li{width: 17.7%;margin-right: 2.875%;position: relative;height: 45px;border-radius: 10px;background: #42ba97;text-align: center;line-height: 45px;
font-size: 18px;color: #ffffff;font-weight: bold;}
.mApply .step li div{display: inline-block;*display: inline;*zoom: 1;}
.mApply .step li span{font-size: 30px;color: #ffffff;font-family: "HelNarrow";filter: alpha(opacity=15);opacity: 0.15;margin-right: 10px;font-weight: normal;}
.mApply .step li:before{content: "";width: 9px;height: 10px;position: absolute;right: -17px;top:50%;margin-top: -5px;background: url(../images/trangle.png) no-repeat center;}
.mApply .step li.li5{margin-right: 0;background: #baad42;}
.mApply .step li.li5:before{display: none;}
.mApply .tit{font-size: 20px;color: #14907E;line-height: 24px;background: url(../images/memIcon1.png) no-repeat left center;padding-left: 30px;margin-bottom: 36px;}
.mApply .subTit{font-size: 18px;line-height: 24px;color: #333333;padding-left: 30px;position: relative;margin-bottom: 15px;}
.mApply .subTit i{width: 22px;height: 22px;position: absolute;left: 0;top:1px;background: #42ba97;border-radius: 50%;text-align: center;
line-height: 23px;font-size: 18px;color: #ffffff;font-weight: bold;font-family: "Arial";}
.mApply .cont{margin-bottom: 34px;}

.transData table{;border-collapse:collapse;border-spacing:0;width: 100% !important;max-width: 100% !important;text-align: center;margin-bottom: 30px;}
.transData table th,.transData table td{border:1px solid #ffffff;}
.transData table th{font-size: 14px;color: #ffffff;font-weight: bold;line-height: 24px;padding: 10px 0 11px;background: #5caf97;}
.transData table td{font-size: 14px;color: #444444;line-height: 24px;padding: 10px 0 11px;background: #f1f1f1;word-break: break-all;}
.transData table .odd td{background: #d5e8e2;}

.about .title{font-size: 24px;color: #14907E;line-height: 38px;margin-bottom: 13px;}

.contactWrap{line-height: 36px;}
.contactWrap .tit{font-size: 20px;color: #14907E;line-height: 20px;margin-bottom: 20px;}
.contactWrap .item p{padding-left: 30px;position: relative;}
.contactWrap .item p:before{content: "";width: 23px;height: 16px;position: absolute;left: 0;top:10px;background-repeat: no-repeat;background-position: center;}
.contactWrap .item p.add:before{background-image: url(../images/cIcon1.png);}
.contactWrap .item p.postal:before{background-image: url(../images/cIcon2.png);}
.contactWrap .item p.tel:before{background-image: url(../images/cIcon3.png);}
.contactWrap .item p.fax:before{background-image: url(../images/cIcon4.png);}
.contactWrap .item p.mail:before{background-image: url(../images/cIcon5.png);}
.contactWrap .item p.name:before{background-image: url(../images/cIcon6.png);}
.contactWrap .item p.user:before{background-image: url(../images/cIcon7.png);}
.contactWrap .item1{margin-bottom: 66px;}
.contactWrap .item1 .text{width: 46%;}
.contactWrap .item1 .map{width: 50%;height: 210px;background-repeat: no-repeat;background-position: center;background-size: cover;position: relative;}
.contactWrap .item1 .map a{position: absolute;left: 0;top:0;width: 100%;height: 100%;}
.contactWrap .item2 ul li{width: 32%;margin-left: 2%;}
.contactWrap .item2 ul li:first-child{margin-left: 0;}

.pServePage4{margin-top: -8px;}
.pServePage4 .pic1{text-align: center;margin: 45px 0 60px;}
.pServePage4 .tit{font-size: 18px;margin-bottom: 46px;}

.culture{position: relative;}
.culture .bg{position: absolute;bottom: 102px;right: 23px;bottom: 22px;right: 8px;display: none;}
.culture .ul{background: url(../images/culBg.png) no-repeat center;}
.culture .ul li{margin-top: 28px;min-height: 78px;padding-left: 100px;position: relative;z-index: 5;}
.culture .ul li:first-child{margin-top: 0;}
.culture .ul li .icon{width: 76px;height: 76px;border:1px solid #d3d3d3;border-radius: 50%;position: absolute;left: 0;top:0;font-size: 0;}
.culture .ul li .icon img{width: 100%;height: 100%;}
.culture .ul li h5{padding-top: 8px;font-size: 18px;color: #333333;font-weight: normal;}

.cMarket .item1{margin-top: -7px;padding-bottom: 44px;margin-bottom: 4px;height: 543px;position: relative;/*border-bottom: 2px solid #e0dfdf;*/}
.cMarket .item1 .container{width: 100%;height: 100%;}
.cMarket .item1 .wrap{height: 100%;position: relative;}
.cMarket .item1 .wrap .btnWrap{position: absolute;right: 9px;bottom: 15px;z-index: 99;}
.cMarket .item1 .wrap .btnWrap span{height: 32px;margin-left: 5px;background: #555555;font-size: 12px;line-height: 30px;color: #fff;padding: 0 15px;cursor: pointer;}
.cMarket .item1 .wrap .btnWrap span.on,.cMarket .item1 .wrap .btnWrap span:hover{background: #14907E;}
.cMarket .item1 .wrap .btnWrap span:first-child{display: none;}

.cMarket .item1 img{width: 100%;height: 100%;}
.cMarket .item2{/*padding-top: 18px;border-top: 1px solid #e0dfdf;*/}
.cMarket .item2 .tit{font-size: 20px;line-height: 50px;color: #14907E;}
.nyContent .list{padding-bottom: 31px;}
.nyContent .list li{border-bottom: 1px dashed #c6c6c6;}
.nyContent .list li a{height: 46px;line-height: 46px;}
.nyContent .list li a h5{font-size: 15px;}

.notice{margin-top: -20px;}

.download{margin-top: -18px;}
.nyContent .download .list li a{height: 55px;line-height: 55px;padding-right: 30px;}
.nyContent .download .list li a h5{color: #333333;}
.nyContent .download .list li a i{width: 13px;height: 17px;position: absolute;right: 0;top:50%;margin-top: -8px;background: url(../images/downloadIcon.png) no-repeat left top;}
.nyContent .download .list li a:hover i{background-position: left bottom;}
.nyContent .download .list li a:hover h5{color: #14907E;}

.advMsg{padding-top: 11px;}

.logoList{width: 100%;overflow: hidden;}
.logoList ul{width: 900px;}
.logoList ul li{width: 205px;margin: 0 20px 3px 0;}
.logoList ul li a{display: block;}
.logoList ul li a .pic{height: 90px;border:1px solid #e3e1e1;text-align: center;line-height: 90px;font-size: 0;}
.logoList ul li a .pic img{max-width: 90%;max-height: 80%;}
.logoList ul li a h5{height: 50px;line-height: 50px;font-size: 14px;color: #555555;font-weight: normal;text-align: center;}
.logoList ul li a:hover h5{color: #14907E;}
.logoList ul li a:hover .pic{border-color: #aaa;}

.journal{width: 100%;overflow: hidden;}
.journal ul{width: 900px;padding-bottom: 11px;}
.journal ul li{width: 205px;margin: 0 20px 16px 0;}
.journal ul li a{display: block;}
.journal ul li a .pic{border:1px solid #dfdfdf;overflow: hidden;}
.journal ul li a .pic em{display: block;width: 100%;height: 0;padding-bottom: 135.96%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.journal ul li a h5{font-size: 14px;line-height: 44px;color: #555555;font-weight: normal;text-align: center;}

.orgWrap .tit{font-size: 24px;color: #555555;font-weight: middle;line-height: 42px;text-align: center;margin-bottom: 34px;}

.passage .psgTit{padding-bottom: 24px;border-bottom: 1px solid #d1d1d1;margin-bottom: 22px;text-align: center;}
.passage .psgTit h5{font-size: 20px;color: #1a1a1a;line-height: 28px;font-weight: normal;margin-bottom: 5px;}
.passage .psgTit h5.subTit{font-size: 20px;}
.passage .psgTit .info{font-size: 14px;line-height: 22px;color: #808080;}
.passage .psgTit .info span{margin: 0 4px;}
.passage .psgCont{padding-bottom: 60px;border-bottom: 1px solid #d1d1d1;margin-bottom: 52px;min-height: 350px;}
.passage .psgCont *{max-width: 100% !important;}
.passage .psgCont img{height: auto !important;}
.passage .psgCont table{margin: 0 auto !important;}
.passage .psgBtm{position: relative;padding: 0 235px 0 0;}
.passage .psgBtm ul li{font-size: 15px;line-height: 34px;color: #3a502a;}
.passage .psgBtm ul li a{color: #333333;}
.passage .psgBtm ul li a:hover{color: #14907E;text-decoration: underline;}
.passage .psgBtm .bdsharebuttonbox{height: 56px;width: 165px;padding-left: 49px;border-left: 1px solid #d1d1d1;position: absolute;right: 0;top:5px;}
.passage .psgBtm .bdsharebuttonbox span{font-size: 16px;line-height: 34px;color: #000000;margin: 12px 3px 0 0;}
.passage .psgBtm .bdsharebuttonbox .shareItem{width: 34px;height: 34px;margin: 12px 20px 0 0;padding: 0;background: url(../images/shareIcon2.png) no-repeat left top;}
.passage .psgBtm .bdsharebuttonbox .shareItem.bds_tsina{margin-right: 0;background-position: -34px top;}

/*修改*/
.nyWrap{z-index: 999;padding-bottom: 0;margin-bottom: 53px;}
.nySide{padding-bottom: 0;}
.nySide ul.outerUl{/*padding-bottom: 214px;*/padding-bottom: 14px;min-height: 420px;}
.nySide .wrap{background: #fff;}
.nySide.fixed .wrap{position: fixed;top:0;}
.nySide.noFixed{position: absolute;left: 0;bottom: 0;}
.nySide.noFixed .wrap{position: relative;}

.footer,.fBtm{position: relative;z-index: 999999;}
.footer:before{content: "";width: 100%;height: 53px;position: absolute;left: 0;top:-53px;background: #efefef;}
.iBody .footer:before{display: none;}

/*20190522*/
.isect2 .swiper-container .innerScroll .swiper-pagination{height: 16px;line-height: 16px;bottom: 21px;}
.isect2 .swiper-container .innerScroll .swiper-pagination .swiper-pagination-bullet{width: 16px;height: 16px;text-align: center;line-height: 16px;color: #333;}

.page { text-align: center; font-size: 0; }
.page .wrap{display: inline-block;*display: inline;*zoom: 1;}
.page a {margin: 0 5px; border: 1px solid #dcdcdc; padding: 0 14px; height: 36px; line-height: 36px; font-size: 14px; color: #444444;
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
.page .prev, .page .next { padding: 0 17px; position: relative; }
.page .text{display: inline-block;margin: 0 5px;border: 1px solid #dcdcdc;width: 38px;text-align: center;height: 36px;line-height: 36px;font-size: 14px;}
.page .pagenum{ display: inline-block; margin: 0 5px; border: 1px solid transparent;  height: 36px; line-height: 36px; font-size: 14px; color: #444444; }
.page .on, .page a:hover { background: #14907E; border-color: #14907E; color: #fff; }

.nySide .nLi h3 a{position: relative;}
.nySide .nLi h3 a i{font-size: 16px;color: #333;font-family: "SimSun";display: none;width: 24px;height: 24px;position: absolute;right: 20px;top:50%;
margin-top: -12px;text-align: center;line-height: 24px;}
.nySide .nLi.hasNav h3 a i{display: block;}
.nySide .nLi.hasNav.on h3 a i{color: #fff;
-webkit-transform: rotateZ(90deg); -moz-transform: rotateZ(90deg); -ms-transform: rotateZ(90deg); transform: rotateZ(90deg); }


/*20190523*/
.nav .w1200{box-sizing: border-box;position: relative;}
.nav .w1200 .logo{position: absolute;left: 0;top: 0;height: 60px;line-height: 60px;font-size: 0;opacity: 0;-moz-transform: scale(0, 0);-webkit-transform: scale(0, 0);-ms-transform: scale(0, 0);-o-transform: scale(0, 0);}
.nav .w1200 .logo img{height: 44px;}
.nav.fixed .w1200 .logo{opacity: 1;-moz-transform: scale(1, 1);-webkit-transform: scale(1, 1);-ms-transform: scale(1, 1);-o-transform: scale(1, 1);
-webkit-transition:all 0.2s linear 0.1s; -moz-transition:all 0.2s linear 0.1s; -ms-transition:all 0.2s linear 0.1s; transition:all 0.2s linear 0.1s;}
.nav.fixed{background: #e3e8eb;-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);}
.nav.fixed .nLi h3 a{color: #333;}
.nav.fixed .nLi .navSub{background: #e3e8eb;}
.nav.fixed .nLi .navSub li a{color: #444;}
.nav.fixed .nLi .navSub li a:hover{background: #14907E;color: #fff;}
.nav.fixed .w1200{padding-left: 80px;}
.nav.fixed .nLi h3 a{padding: 0 50px;}
.nav.fixed .nLi.on h3 a,.nav.fixed .nLi:hover h3 a{color: #fff;}

.isect4 .cont .tableWrap .table .tabCont dl dd{padding: 0 1px;}
.isect4 .cont .tableWrap .table .tabCont dl dd span{height: 48px;}

.banner .swiper-slide a{position: relative;overflow: hidden;}
.banner .swiper-slide a video{display: block;min-height: 100%;height: auto !important;width: 100% !important;position: absolute;left: 50% !important;top: 50% !important;bottom: auto;right: auto;
-webkit-transform: translateX(-50%) translateY(-50%);-moz-transform: translateX(-50%) translateY(-50%);-ms-transform: translateX(-50%) translateY(-50%);-o-transform: translateX(-50%) translateY(-50%);transform: translateX(-50%) translateY(-50%);}


.nav.fixed .nLi h3 a{padding: 0 45px;}
.float ul li a{background-color: rgba(0,0,0,0.3);}

.isect1 .isect1_1 .iNotice{background: none;position: relative;}
.isect1 .isect1_1 .iNotice:before{content: "";width: 18px;height: 14px;position: absolute;left: 0;top:50%;margin-top: -7px;background: url(../images/noticeIcon.png) no-repeat left center;
-webkit-animation:twinkling 0.6s infinite ease-in-out;
    animation:twinkling 0.6s infinite ease-in-out;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;}

    .isect1 .isect1_1 .iNotice:after{content: "";width: 18px;height: 14px;position: absolute;left: 0;top:50%;margin-top: -7px;background: url(../images/noticeIcon1.png) no-repeat left center;
-webkit-animation:twinkling 0.6s infinite reverse ease-in-out;
    animation:twinkling 0.6s infinite reverse ease-in-out;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;}

@-webkit-keyframes twinkling {
    0% {
    opacity:0.2;
    filter:alpha(opacity=20);
}
100% {
    opacity:1;
    filter:alpha(opacity=100);
}

}@keyframes twinkling {
    0% {
    opacity:0.2;
    filter:alpha(opacity=20);
}
100% {
    opacity:1;
    filter:alpha(opacity=100);
}

}

.isect5 .isect5Scroll .swiper-slide a h5{padding: 0 4px;}
/*.isect5 .ititle{position: relative;}
.isect5 .ititle .btnWrap{position: absolute;right: 0;top:50%;height: 30px;margin-top: -15px;}
.isect5 .ititle .btnWrap .swiper-button-prev,
.isect5 .ititle .btnWrap .swiper-button-next{width: 20px;height: 30px;position: static;margin:0 0 0 5px;background: rgba(0,0,0,0.3);
text-align: center;line-height: 30px;color: #fff;font-size: 18px;font-family: "SimSun";cursor: pointer;}
.isect5 .ititle .btnWrap .swiper-button-prev:hover,
.isect5 .ititle .btnWrap .swiper-button-next:hover{background: #14907E;color: #fff;}
*/

.isect5 .isect5Scroll{position: relative;}
.isect5 .isect5Scroll .swiper-button-prev,
.isect5 .isect5Scroll .swiper-button-next{width: 20px;height: 30px;;background: rgba(0,0,0,0.3);margin-top: -0;top:30px;
text-align: center;line-height: 30px;color: #fff;font-size: 18px;font-family: "SimSun";cursor: pointer;}
.isect5 .isect5Scroll .swiper-button-prev{left: 2px;}
.isect5 .isect5Scroll .swiper-button-next{right: 2px;}
.isect5 .isect5Scroll .swiper-button-prev:hover,
.isect5 .isect5Scroll .swiper-button-next:hover{background: #14907E;color: #fff;}
/*.isect5 .isect5Scroll:hover .swiper-button-prev{left: 2px;}
.isect5 .isect5Scroll:hover .swiper-button-next{right: 2px;}*/


/*20190606*/
.isect1 .isect1_1 .iNotice .container{height: 47px;}
.isect1 .isect1_1 .iNotice .container .swiper-slide a{padding-right: 0;}
.isect1 .isect1_1 .iNotice .container .swiper-slide a:before{display: none;}

.nyContent .list li a:visited h5{color: #888;}
.mApply .step li.li5{background: #42ba97;}

/*20190610*/
html.mm-opening .mm-slideout{
-webkit-transform: translate(-80%, 0);-moz-transform: translate(-80%, 0);-ms-transform: translate(-80%, 0);-o-transform: translate(-80%, 0);transform: translate(-80%, 0);}
.mm-menu{left: auto !important;right: 0 !important;}

/*20190705*/
.recomNews a:visited .text h5,.newsList li a:visited .tit h5,.logoList ul li a:visited h5{color: #888;}

/*20190801*/
.isect4 .cont .tableWrap .container{box-sizing:border-box;padding-bottom:40px;padding-bottom:0 !important;}
.isect4 .cont .tableWrap .container .btnWrap{bottom: 3px;}

/*20190805*/
.isect4 .cont .tableWrap .container{position: relative;}
.echartTab{position: absolute;left: 0;top:0;}
.echartTab ul li{height: 22px;line-height: 22px;padding: 0 5px;margin-right: 5px;font-size: 12px;background: #505053;color: #fff;cursor: pointer;}
.echartTab ul li.on{background: #009933;}
.echartTab .date{width: 106px;padding: 0 0 0 12px;height: 20px;line-height: 20px;border:1px solid #ccc;cursor: pointer;}
.echartTab span{line-height: 22px;font-size: 12px;color: #ccc;margin: 0 5px 0 15px;}

@media screen and (max-width: 1440px){
/*.header .logo{height: 90px;line-height: 90px;}
.header .logo img{height: 52px;}
.header .searchWrap{padding-top: 19px;}
.header .searchWrap .form .text{height: 32px;line-height: 32px;}
.header .searchWrap .form .subm{width: 34px;height: 34px;background-size: 16px 16px;}

.banner .swiper-slide a{padding-bottom: 450px;}
.navWrap{height: 52px;}
.nav .nLi h3 a{height: 52px;line-height: 52px;font-size: 15px;}
.nav .nLi .navSub{top: 52px;}

.isect1{padding-bottom: 18px;}
.isect1 .isect1_1 .iNotice .container .swiper-slide a{height: 38px;line-height: 38px;}
.isect1 .isect1_1 .remBus .tit{height: 30px;line-height: 30px;}
.isect1 .isect1_2{padding-top: 0;}
.isect1 .isect1_2 li a img{width: 50px;height: 50px;line-height: 50px;}
.isect1 .isect1_2 li a p{font-size: 14px;line-height: 20px;}

.nav.fixed .w1200 .logo{height: 52px;line-height: 52px;}
.nav.fixed .w1200 .logo img{height: 40px;}*/


.header .logo{height: 80px;line-height: 80px;}
.header .logo img{height: 52px;}
.header .searchWrap{padding-top: 12px;}
.header .searchWrap .form .text{height: 32px;line-height: 32px;}
.header .searchWrap .form .subm{width: 34px;height: 34px;background-size: 16px 16px;}

.banner .swiper-slide a{padding-bottom: 380px;padding-bottom: 360px;padding-bottom: 390px;}
.banner .swiper-pagination{bottom: 20px;}
.navWrap{height: 48px;}
.nav .nLi h3 a{height: 48px;line-height: 48px;font-size: 15px;}
.nav .nLi .navSub{top: 48px;}

.isect1{padding: 12px 0;padding: 20px 0;}
.isect1 .isect1_1 .iNotice .container{height: 38px;}
.isect1 .isect1_1 .iNotice .container .swiper-slide a{height: 38px;line-height: 38px;}
.isect1 .isect1_1 .remBus .tit{height: 30px;line-height: 30px;}
.isect1 .isect1_2{padding-top: 0;}
.isect1 .isect1_2 li a img{width: 50px;height: 50px;line-height: 50px;margin-bottom: 5px;}
.isect1 .isect1_2 li a p{font-size: 14px;line-height: 18px;}

.nav.fixed .w1200 .logo{height: 52px;line-height: 52px;}
.nav.fixed .w1200 .logo img{height: 40px;}

.ititle{font-size: 22px;line-height: 60px;}
.isect3 .item .tit{height: 66px;line-height: 66px;}

.nav.fixed .nLi h3 a{padding: 0 40px;}

.float{top: 358px;}
}

@media screen and (max-width: 1220px){
.w1200{width: auto;padding: 0 5%;}
.nav .nLi{width: 12.5%;width: 14%;}
.nav .nLi h3 a,.nav.fixed .nLi h3 a{padding: 0;}
.banner .swiper-slide a{padding-bottom: 36.66%;}

.isect1 .isect1_1 .remBus .cont a{margin-right: 20px;}
.isect1 .isect1_1 .remBus .cont a:before{right: -9px;}
.isect1 .isect1_2{width: 55%;}
.isect1 .isect1_2 li{margin-left: 0;width: 25%;}
.isect1 .isect1_2 li a p{font-size: 14px;}
.isect2{padding-bottom: 20px;}
.isect6 ul li{width: 33.3%;}

/*.nyWrap{margin-top: -58px;padding-bottom: 40px;}*/
.nyWrap{margin: -58px 5% 40px;padding: 0;}
.footer:before{height: 40px;top:-40px;}
.nySide .title{height: 54px;line-height: 54px;padding: 0 12px;font-size: 18px;}
.nyContent .nyTitle{height: 58px;line-height: 58px;font-size: 22px;}
.nySide .nLi .navSub ul{padding: 10px 10px 20px 24px;}
.nySide .nLi h3 a{padding: 0 10px 0 24px;font-size: 14px;height: 44px;line-height: 44px;}
.nySide .nLi h3 a:before{left: 12px;}
.nySide .nLi .navSub ul li a{font-size: 13px;line-height: 30px;}

.recomNews a .text{padding: 24px 18px 0;}
.recomNews a .text h5{padding-right: 0;font-size: 18px;line-height: 26px;max-height: 52px;}
.recomNews a .text span{line-height: 30px;}

.mApply .step li{font-size: 15px;}
.mApply .step li span{font-size: 20px;margin-right: 5px;}
.mApply .step li:before{right: -12%;}


/*.culture .bg{width: 56%;bottom: 8%;}*/

.logoList ul{width: 100%;}
.logoList ul li{width: 24%;margin-right: 1.33%;}
.logoList ul li:nth-child(4n){margin-right: 0;}

.journal ul{width: 100%;}
.journal ul li{width: 24%;margin-right: 1.33%;}
.journal ul li:nth-child(4n){margin-right: 0;}

.nySide .nLi h3 a i{right: 8px;}

.nav.fixed .w1200{padding: 0 0 0 80px;margin: 0 5%;}
}


@media screen and (max-width: 1024px){

.header .menuIcon{display: block;}
.header .searchWrap,.nav,.navWrap{display: none;}

.isect1 .isect1_1,.isect1 .isect1_2{width: 100%;}
.isect2 .swiper-container .innerScroll,.isect2 .swiper-container .listWrap{width: 100%;}
.isect2 .swiper-container .innerScroll{margin-bottom: 20px;}
/*.isect2 .swiper-container .listWrap{margin-top: 20px;}*/
.isect2 .swiper-container .innerScroll .swiper-slide a{padding-bottom: 61%;}
.isect2 .swiper-container .innerScroll .swiper-slide a h5{height: 50px;line-height: 50px;font-size: 14px;padding-left: 20px;}
.isect2 .swiper-container .innerScroll .swiper-pagination{bottom: 19px;}
.isect3 .item{width: 100%;}
.isect3 .item:first-child{margin-bottom: 20px;}
.isect4 .cont .tableWrap{padding-right: 0;}
.isect4 .cont .tableWrap .table{position: static;width: 100%;margin-top: 30px;}
.isect4 .cont .tabs .btn{display: none !important;}

.footer .fNav{display: none;}
.footer .fContact{width: 70%;}

.nyWrap{margin-top: 30px;}
.nySide{display: none;}
.nyContent{width: 100%;}

.nyBanner{height: auto;padding: 8% 0 12%;}
.nyBanner .w1200{padding-top: 0;}
.nyBanner .w1200 h3{font-size: 30px;}

.caseList .nLi{margin-top: 32px;}
.caseList .nLi .dl{margin-top: 20px;}
.caseList .nLi .dl .dt{width: 28%;}
.caseList .nLi .dl .dd{width: 70%;font-size: 13px;line-height: 22px;}

.contactWrap .item2 ul li{width: 49%;margin: 0 0 20px;}
.contactWrap .item2 ul li:nth-child(2n){float: right;}

.logoList ul li{width: 32%;margin-right: 2%;}
.logoList ul li:nth-child(4n){margin-right: 2%;}
.logoList ul li:nth-child(3n){margin-right: 0;}

.journal ul li{width: 32%;margin-right: 2%;}
.journal ul li:nth-child(4n){margin-right: 2%;}
.journal ul li:nth-child(3n){margin-right: 0;}

.footer:before{display: none;}

.page .num { display: none; }
.page .num.on { display: inline-block; }
.page .prev{ display: none; }
.page .next { display: inline-block; }
.culture .ul{background: none;}

.echartTab span,
.echartTab .date{display: none;}


}

@media screen and (max-width: 768px){
.header .logo{height: 66px;line-height: 66px;}
.header .logo img{height: 40px;}
.banner .swiper-pagination{height: 8px;line-height: 8px;bottom: 8%;}
/*.banner .swiper-pagination .swiper-pagination-bullet{width: 8px;height: 8px;margin: 0 3px;}*/
.banner .swiper-slide a video{display: none;}

.isect1 .isect1_2 li a img{width: 50px;height: 50px;}
.isect1 .isect1_2 li a p{font-size: 12px;line-height: 20px;}
.ititle{font-size: 18px;line-height: 62px;}
.isect2 .ititle .tabs li{margin-left: 30px;}
.isect2 .ititle .tabs li:before{left: -14px;height: 14px;margin-top: -7px;}
.isect2 .swiper-container .innerScroll .swiper-pagination{bottom: 15px;}
.isect2 .swiper-container .innerScroll .swiper-pagination .swiper-pagination-bullet{margin-right: 6px;}
.isect2 .swiper-container .innerScroll .swiper-slide a h5{padding-left: 10px;}
.isect3 .item {height: auto;padding:  0 20px 20px;}
.isect3 .item .tit{height: 52px;line-height: 52px;font-size: 16px;}
.isect3 .item .tabs li{margin-left: 20px;}
.isect3 .item .tabs{font-size: 14px;}
.isect4{padding-bottom: 30px;}
.isect4 .cont{padding: 20px 20px 30px;}
.isect4 .cont .tabs ul li{padding: 0 18px;font-size: 13px;margin-left: 0;}
.isect6{padding-bottom: 30px;}
.isect6 ul li{width: 50%;}


.fBtm p{float: none;text-align: center;}
.footer{padding: 30px 0;}
.footer .fContact{width: 100%;text-align: center;float: none;}
.footer .fContact .tel{display: inline-block;text-align: left;}
.footer .qrcode{width: 108px;margin: 15px auto 0;float: none;}
.footer .qrcode p{width: 100%;height: 30px;padding: 0;line-height: 30px;background: none;}
.float{display: none;}

.nyBanner{padding: 10% 0;}
.nyBanner .w1200 .path{display: none;}
.nyContent{padding: 0 20px 40px;}
.nyContent .nyTitle{margin-bottom: 20px;}

.recomNews{margin-bottom: 20px;}
.recomNews a .pic,.recomNews a .text{width: 100%;}
.recomNews a .text{padding: 24px 18px;}
.newsList li{padding-bottom: 12px;margin-bottom: 12px;}
.newsList li a{padding-left: 150px;}
.newsList li a .tit{padding-right: 78px;}
.newsList li a .tit h5{font-size: 16px;}



.nyMsg .formItem{width: 100%;}

.caseList .nLi .dl .dt{width: 60%;float: none;}
.caseList .nLi .dl .dd{width: 100%;margin-top: 12px;}

.orgList ul li{margin-bottom: 20px;}
.orgList ul li a{padding-left: 140px;}
.orgList ul li a .pic{width: 120px;height: 88px;line-height: 88px;}

.mApply .step{padding: 18px 0;}
.mApply .step li{display: inline-block;*display: inline;*zoom: 1;float: none;width: 30%;margin: 0 3% 5px 0;}
.mApply .step li:nth-child(3n){margin-right: 0;}
.mApply .tit{font-size: 16px;margin-bottom: 20px;}
.mApply .subTit{font-size: 15px;}
.mApply .subTit i{top:3px;}
.mApply .cont{margin-bottom: 20px;}

.about .title{font-size: 18px;line-height: 24px;}

.contactWrap .item2 ul li{width: 100%;}
.contactWrap .item1 .text,.contactWrap .item1 .map{width: 100%;}
.contactWrap .item1 .map{margin-top: 20px;}

.pServePage4 .pic1{margin: 20px 0 30px;}
.pServePage4 .tit{font-size: 15px;margin-bottom: 10px;}

.culture .bg{display: none;}
.culture .ul li{padding-left: 70px;margin-top: 12px;min-height: 60px;}
.culture .ul li h5{padding-top: 0;font-size: 15px;}
.culture .ul li .icon{width: 60px;height: 60px;}
.culture .ul li p{font-size: 13px;line-height: 24px;}

.cMarket .item1{height: 330px;}
.notice{margin-top: -10px;}

.logoList ul li{width: 49%;margin-right: 0;}
.logoList ul li:nth-child(4n){margin-right: 0;}
.logoList ul li:nth-child(2n){float: right;}

.journal ul li{width: 49%;margin-right: 0;}
.journal ul li:nth-child(4n){margin-right: 0;}
.journal ul li:nth-child(2n){float: right;}

.orgWrap .tit{font-size: 20px;margin-bottom: 20px;}

.passage .psgTit h5{font-size: 20px;}
.passage .psgTit h5.subTit{font-size: 16px;line-height: 24px;}
.passage .psgCont{padding-bottom: 30px;margin-bottom: 30px;}
.passage .psgBtm{padding-right: 0;}
.passage .psgBtm .bdsharebuttonbox{display: none;}

.isect4 .cont .tableWrap .container{padding-bottom: 40px;/*background: #f5f5f5;*/}
.isect4 .cont .tableWrap .container .btnWrap{width: 100%;text-align: center;}
.isect4 .cont .tableWrap .container .btnWrap span{display: inline-block;float: none;margin: 0 5px;}

.cMarket .item1 .wrap{padding-bottom: 40px;}
.cMarket .item1 .wrap .btnWrap{width: 100%;text-align: center;}
.cMarket .item1 .wrap .btnWrap span{display: inline-block;float: none;margin: 0 5px;}

    .isect4 .cont .tableWrap .container{padding-bottom:50px;}
    .isect4 .cont .tableWrap .container .btnWrap{bottom:10px;}
}

@media screen and (max-width: 468px){
.isect1 .isect1_1 .iNotice .container .swiper-slide a{padding-right: 0;}
.isect1 .isect1_1 .iNotice .container .swiper-slide a:before{display: none;}
.isect1 .isect1_1 .remBus{margin-bottom: 5px;}
.isect1 .isect1_1 .remBus .cont a{font-size: 12px;margin-right: 10px;}
.isect1 .isect1_1 .remBus .cont a:before{height: 10px;margin-top: -4px;width: 1px;right: -5px;}
.isect1 .isect1_1 .remBus .tit{height: 32px;line-height: 32px;}
.isect1 .isect1_2 li a img{width: 60px;height: 60px;}
.isect1 .isect1_2 li{width: 25%;box-sizing: border-box;padding: 0 2px;}
/*.isect1 .isect1_2 li:nth-child(3),.isect1 .isect1_2 li:nth-child(4){margin-bottom: 0;}*/
.isect1 .isect1_2 li a p{font-size: 12px;line-height: 16px;}
.isect1 .isect1_2 li a p br{display: none;}
.isect1 .isect1_2 li a img{width: 44px;height: 44px;}
.imore{font-size: 12px;}
.isect2 .swiper-container .listWrap .list:first-child{padding-bottom: 0;margin-bottom: 8px;border:none;}
.isect2 .swiper-container .listWrap .list:last-child{display: none;}
.isect3 .item{padding: 0 10px 18px;}
.isect3 .item .tabs{font-size: 12px;height: 40px;line-height: 40px;margin-bottom: 8px;}
.isect3 .item .tabs li{margin-left: 16px;}
.isect3 .item .recomNews{margin-bottom: 15px;}
.isect3 .item .recomNews a{height: 82px;padding-left: 130px;}
.isect3 .item .recomNews a .pic{width: 120px;height: 82px;}
.isect3 .item .recomNews a p{max-height: 60px;padding-top: 8px;font-size: 12px;line-height: 20px;}
.list li a{height: 30px;line-height: 30px;padding-right: 60px;}
.list li a h5{font-size: 13px;}
.isect4{padding-bottom: 20px;}
.isect4 .cont{padding: 20px 10px;}
.isect4 .cont .tabs{padding-bottom: 6px;margin-bottom: 20px;}
.isect4 .cont .tabs ul{width: 100%;}
.isect4 .cont .tabs ul li{width: 25%;padding: 0;text-align: center;font-size: 13px;line-height: 36px;height: 36px;}
.isect4 .cont .tabs ul li.active{color: #14907E;background: #fff;font-weight: bold;
-webkit-transition:all 0s linear; -moz-transition:all 0s linear; -ms-transition:all 0s linear; transition:all 0s linear;}
.isect4 .cont .tableWrap .container{height: 420px;}
.isect4 .cont .tableWrap .table .tabCont{height: auto;padding-bottom: 0;border-bottom: none;}
.isect4 .cont .tableWrap .table .tit{height: 50px;line-height: 50px;font-size: 13px;}
.isect4 .cont .tableWrap .table .tabCont dl dt{height: 46px;line-height: 46px;font-size: 14px;}
.isect4 .cont .tableWrap .table .tabCont dl dd{font-size: 12px;}
.isect5{padding-bottom: 20px;}
.isect5 .isect5Scroll{padding: 0 1px;}
.isect5 .isect5Scroll .swiper-slide a h5{height: 40px;line-height: 44px;}
.isect6{padding-bottom: 20px;display: none;}
.isect6 ul li{width: 100%;font-size: 13px;line-height: 28px;}
.isect3 .item .swiper-container .swiper-slide p{line-height:30px;max-height:90px;font-size:13px;}

.footer{padding: 20px 0;}
.footer .fContact .tel{background-size: auto 38px;min-height: 38px;padding-left: 50px;}
.footer .fContact .tel h5{font-size: 16px;line-height: 24px;}
.fBtm{font-size: 12px;line-height: 20px;}
.fBtm p span{display: block;}

.nyBanner .w1200 h3{font-size: 24px;font-weight: bold;}

.nyContent{min-height: 350px;padding: 0 10px 30px;}
.recomNews a .text{padding: 6px 12px 12px;}
.recomNews a .text h5{font-size: 15px;}
.recomNews a .text span{margin-bottom: 0;}
/*.newsList li a{padding-left: 132px;height: 90px;}
.newsList li a .pic{width: 120px;height: 90px;}
.newsList li a .tit{padding-right: 0;margin-bottom: 10px;}
.newsList li a .tit span{position: static;}
.newsList li a p{font-size: 12px;line-height: 20px;height: 20px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}*/
.newsList li a{padding-left: 0;height: auto;}
.newsList li a .pic{display: none;}
.newsList li a .tit{padding-right: 0;margin-bottom: 4px;}
.newsList li a .tit span{position: static;}
.newsList li a p{font-size: 13px;line-height: 24px;height: auto;max-height: 48px;}



.pageStyle{font-size: 13px;line-height: 26px;}
.pServePage .tit{font-size: 18px;margin-bottom: 10px;line-height: 30px;padding-left: 40px;}
.pServePage .tit div{width: 30px;height: 30px;line-height: 30px;font-size: 14px;}
.pServePage .tit div i{right: -6px;}
.pServePage .cont{margin-bottom: 20px;}
.pServePage3 .tit{margin-bottom: 20px;font-size: 15px;}

.quesList .qList .nLi .dd{padding: 14px 10px 20px;}
.nyMsg .formItem{padding-left: 0;margin-bottom: 10px;}
.nyMsg .formItem label{position: static;display: block;line-height: 34px;}
.nyMsg .formItem select{padding: 0 3px;}
.nyMsg .formItem .btn{width: 49%;margin: 16px 0 0 0;font-size: 16px;}
.nyMsg .formItem .btn.reset{float: right;}

.caseList:before{left: 45px;}
.caseList .nLi{padding-left: 66px;}
.caseList .nLi .dl .dt{width: 100%;margin-right: 0;}
.caseList .nLi .date{font-size: 14px;}
.caseList .nLi .dot{width: 10px;height: 10px;background-size: 100% 100%;left: 41px;top: 4px;}

.orgList ul li{margin-bottom: 20px;}
.orgList ul li a{padding-left: 120px;height: 78px;}
.orgList ul li a .pic{width: 100px;height: 78px;line-height: 78px;}
.orgList ul li a h5{font-size: 16px;margin-bottom: 5px;padding-top: 5px;}
.orgList ul li a p{font-size: 12px;line-height: 20px;height: 40px;}

.mApply .step li{font-size: 12px;height: 38px;line-height: 38px;}
.mApply .step li:before{width: 6px;height: 7px;margin-top: -3px;background-size: 100% 100%;}
.mApply .step li span{font-size: 16px;opacity: 0.5;margin-right: 1px;}

.transData table{margin-bottom: 18px;}
.about .title{font-size: 18px;margin-bottom: 8px;}
.contactWrap .item1{margin-bottom: 30px;}
.contactWrap .tit{font-size: 18px;margin-bottom: 10px;}
.contactWrap{line-height: 30px;}

.culture .ul li .icon{width: 50px;height: 50px;}

.cMarket .item1{height: 420px;padding-bottom: 60px;}
.cMarket .item2 .tit{font-size: 18px;line-height: 30px;}

.nyContent .list li a h5{font-size: 14px;}
.nyContent .list{padding-bottom: 20px;}

.download{margin-top: -10px;}
.nyContent .download .list li a{height: 46px;line-height: 46px;}

.journal ul{padding-bottom: 0;}

.logoList ul li a .pic{height: 80px;line-height: 80px;}

.orgWrap .tit{font-size: 16px;margin-bottom: 10px;}

.page .prev, .page .next,.page a{padding: 0 10px;height: 30px;line-height: 30px;font-size: 12px;}
.page .text,.page .pagenum{height: 30px;line-height: 30px;font-size: 12px;}

/*.isect5 .ititle .btnWrap{height: 24px;margin-top: -12px;}
.isect5 .ititle .btnWrap .swiper-button-prev, .isect5 .ititle .btnWrap .swiper-button-next{height: 24px;line-height: 24px;font-size: 14px;width: 16px;}*/

.isect4 .cont .tableWrap .container{padding-bottom: 60px;padding-top: 20px;}
.isect4 .cont .tableWrap .container .btnWrap{bottom: 14px;}

}

@media screen and (max-width: 360px){
.isect3 .item .tabs li{margin-left: 8px;}
}